From 1aa04cf441bd7ba9a702ab309ce239fea5e96270 Mon Sep 17 00:00:00 2001 From: robertl Date: Sat, 27 Jun 2009 23:14:58 +0000 Subject: [PATCH] Improve fallback for 8859-1 to ASCII. --- gpsbabel/cet/iso_8859_1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/cet/iso_8859_1.h b/gpsbabel/cet/iso_8859_1.h index 8dab41ff0..7df74cc0c 100644 --- a/gpsbabel/cet/iso_8859_1.h +++ b/gpsbabel/cet/iso_8859_1.h @@ -53,8 +53,8 @@ cet_cs_vec_t cet_cs_vec_iso_8859_1 = /* defined in cet.h */ cet_cs_name_iso_8859_1, /* name of character set */ cet_cs_alias_iso_8859_1, /* alias table */ - NULL, /* ... to UCS-4 converter (multi-byte) */ - NULL, /* UCS-4 to ... converter (multi-byte) */ + &cet_cs_vec_ansi_x3_4_1968, /* fallback character set */ + NULL, /* unused */ cet_ucs4_map_iso_8859_1, /* char to UCS-4 value table */ cet_ucs4_ofs_iso_8859_1, /* first non standard character */ -- 2.30.2